*Parameter() - HyperView ContourCtrl Legend Position

Specifies the position of the legend in the graphics window when a contour is applied to the loaded model.

Syntax

*Parameter(Name, Label, Type, Value)

Application

HyperView

Inputs

Name
Internally generated parameter name, which should not be edited.
Label
The label of the parameter to be displayed in the Reports panel.
Type
Describes the type of parameter value. This value could be a filename, string, or integer data type.
Value
Displays the default parameter value.

Example

*Parameter(HvcontourctrlLegendposition, "Position", STRING, "UpperRight")

Context

*DefineReport()

Comments

Valid entries are: "UpperRight", "UpperLeft", "LowerLeft", or "LowerRight".